home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / MPW Related / Animated Cursors / Startup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-14  |  253 b   |  11 lines  |  [TEXT/MPS ]

  1. #ifndef _startup_
  2. #define _startup_
  3. /******************************************************************************\
  4. * Function Declarations
  5. \******************************************************************************/
  6.  
  7. void Startup (void);
  8.  
  9.  
  10. #endif
  11.